| 
       
  | 
     
       
  | 
     
       
  | 
    
| 
       
         | 
     
       Direction Field, ScrolledEventArgs Class  | 
     
The scrolling direction.
Syntax ScrolledEventArgs Class (Softelvdm.SftTabsNET)
VB  | 
      Public Property Direction As ScrollDirection  | 
    
C#  | 
      public ScrollDirection Direction;  | 
    
C++  | 
      public: ScrollDirection Direction;  | 
    
Field Value
Defines identifiers to specify the scrolling direction.
Value  | 
 Description  | 
|
0  | Defines scrolling to the left (or top).  | |
1  | Defines scrolling to the right (or bottom).  | 
Comments
The Direction field contains the scrolling direction.